Skip to main content

DescribeProjectMeta

Description

call the DescribeProjectMeta interface to query the product list of time series monitoring items supported by cloud monitoring.

Request Method

POST

Request Path

/apsara/route/cms/DescribeProjectMeta

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNo30paging size, the default value is 30. description alibaba cloud does not restrict this parameter at present. if you want to obtain all the results, set the paging size to a larger value.
RequestIdBODYstringNosdsdsddrequest ID.
PageNumberBODYintegerNo1page number. The default value is 1.
regionIdBODYstringYesNo sample value for this parameter.region id
callerTypeBODYstringNo""access user type.
LabelsBODYstringNo[{"name":"product","value":"ECS"}]tag. according to tag filtering, tags add some special tags to each alarm. /p> p data-tag = "p" id = "p-eeg-06a-9al" class = "p"> span data-tag = "text" id = "text-im4-l17-d6m" class = "text"> such as which product the alarm belongs to a certain specification, whether the alarm can be set, etc, the format is [{"name":"tag name","value":"tag value"}, {"name":"tag name","value":"tag value"}] . Commonly used tag names include: alertUnit: the unit of alarm. description alertUnit tag, currently, it is mainly used on the cloud monitoring console. minAlertPeriod: the minimum reporting period, that is, how long does the original data report a piece of monitoring data, usually 1 minute. metricCategory: product specifications, for example: kvstore_sharding. description some alibaba cloud products are divided into different specifications, but they are defined under the same namespace and are distinguished by this field. is_alarm: can alarm rules be set. description alibaba cloud has other tags that are special tags of the cloudmonitor console and are not recommended.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
DescriptionstringNo sample value for this parameter.description information.
MessagestringNo sample value for this parameter.error message.
PageSizestringNo sample value for this parameter.paging size.
RequestIdstringNo sample value for this parameter.request ID.
PageNumberstringNo sample value for this parameter.page number.
TotalstringNo sample value for this parameter.total number of records.
ResourcenoneNo sample value for this parameter.specific configuration information.
LabelsstringNo sample value for this parameter.tag. according to tag filtering, tags add some special tags to each alarm. /p> p data-tag = "p" id = "p-imp-1yj-hbu" class = "p"> span data-tag = "text" id = "text-tdy-sj1-038" class = "text"> such as which product the alarm belongs to a certain specification, whether the alarm can be set, etc, the format is [{"name":"tag name","value":"tag value"}, {"name":"tag name","value":"tag value"}] . Commonly used tag names include: alertUnit: the unit of alarm. description alertUnit tag, currently, it is mainly used on the cloud monitoring console. minAlertPeriod: the minimum reporting period, that is, how long does the original data report a piece of monitoring data, usually 1 minute. metricCategory: product specifications, for example: kvstore_sharding. description some alibaba cloud products are divided into different specifications, but they are defined under the same namespace and are distinguished by this field. is_alarm: can alarm rules be set. description alibaba cloud has other tags that are special tags of the cloudmonitor console and are not recommended.
ResourcesarrayNo sample value for this parameter.specific configuration information.
CodestringNo sample value for this parameter.status code. description status code 200 indicates success.
NamespacestringNo sample value for this parameter.namespace, used to distinguish products. The usual format is acs_product abbreviation .
SuccessbooleanNo sample value for this parameter.whether the request was successful.

Example

Successful Response example

"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}